C# Class SenderScript, OpenRelativity

Inheritance: MonoBehaviour
Mostrar archivo Open project: MITGameLab/OpenRelativity

Public Properties

Property Type Description
launchTimer int
prefabName string
receiverTransform Transform
viwMax float

Public Methods

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

Method Details

LaunchObject() public method

public LaunchObject ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

launchTimer public_oe property

public int launchTimer
return int

prefabName public_oe property

public string prefabName
return string

receiverTransform public_oe property

public Transform receiverTransform
return Transform

viwMax public_oe property

public float viwMax
return float