C# Class LightningBolt, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
endLight Light
scale float
speed float
startLight Light
target Transform
zigs int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

endLight public property

public Light endLight
return Light

scale public property

public float scale
return float

speed public property

public float speed
return float

startLight public property

public Light startLight
return Light

target public property

public Transform target
return Transform

zigs public property

public int zigs
return int