C# Class lvl4LightTriggerScript, PGP2

Inheritance: MonoBehaviour
ファイルを表示 Open project: theiis/PGP2

Public Properties

Property Type Description
endPos Transform
isLite bool
litMaterial Material
movingObj GameObject
simulateIsLit bool
unLitMaterial Material

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

endPos public_oe property

public Transform endPos
return Transform

isLite public_oe property

public bool isLite
return bool

litMaterial public_oe property

public Material litMaterial
return Material

movingObj public_oe property

public GameObject movingObj
return GameObject

simulateIsLit public_oe property

public bool simulateIsLit
return bool

unLitMaterial public_oe property

public Material unLitMaterial
return Material