C# Class MasterDriver, EdgeOfInfinity

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenBohannon/EdgeOfInfinity Class Usage Examples

Public Properties

Property Type Description
cursorDownTexture UnityEngine.Texture2D
cursorTexture UnityEngine.Texture2D
dragSpeed float
draggedCharacterMask LayerMask
endLevelObject GameObject
isPaused bool
levelDriver LevelDriver,
master MasterDriver,
regularCharacterMask LayerMask

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Property Details

cursorDownTexture public_oe property

public Texture2D,UnityEngine cursorDownTexture
return UnityEngine.Texture2D

cursorTexture public_oe property

public Texture2D,UnityEngine cursorTexture
return UnityEngine.Texture2D

dragSpeed public_oe property

public float dragSpeed
return float

draggedCharacterMask public_oe static_oe property

public static LayerMask draggedCharacterMask
return LayerMask

endLevelObject public_oe property

public GameObject endLevelObject
return GameObject

isPaused public_oe static_oe property

public static bool isPaused
return bool

levelDriver public_oe static_oe property

public static LevelDriver, levelDriver
return LevelDriver,

master public_oe static_oe property

public static MasterDriver, master
return MasterDriver,

regularCharacterMask public_oe static_oe property

public static LayerMask regularCharacterMask
return LayerMask