Show / Hide Table of Contents

Class FlatSDKInternal.EntityState

Inheritance
System.Object
FlatSDKInternal.EntityState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public class EntityState

Constructors

EntityState(Int32)

Declaration
public EntityState(int s)
Parameters
Type Name Description
System.Int32 s

Properties

isClimb

Declaration
public bool isClimb { get; }
Property Value
Type Description
System.Boolean

isCrouch

Declaration
public bool isCrouch { get; }
Property Value
Type Description
System.Boolean

isJumping

Declaration
public bool isJumping { get; }
Property Value
Type Description
System.Boolean

isKnock

Declaration
public bool isKnock { get; }
Property Value
Type Description
System.Boolean

isPunch

Declaration
public bool isPunch { get; }
Property Value
Type Description
System.Boolean

isResurrecting

Declaration
public bool isResurrecting { get; }
Property Value
Type Description
System.Boolean

isRunning

Declaration
public bool isRunning { get; }
Property Value
Type Description
System.Boolean

isShoting

Declaration
public bool isShoting { get; }
Property Value
Type Description
System.Boolean

isSnake

Declaration
public bool isSnake { get; }
Property Value
Type Description
System.Boolean

isStant

Declaration
public bool isStant { get; }
Property Value
Type Description
System.Boolean

isSwimming

Declaration
public bool isSwimming { get; }
Property Value
Type Description
System.Boolean

isTaking

Declaration
public bool isTaking { get; }
Property Value
Type Description
System.Boolean

isThrowing

Declaration
public bool isThrowing { get; }
Property Value
Type Description
System.Boolean

isWalk

Declaration
public bool isWalk { get; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX