C# Class SinglePlayer.SplitGroup

Mostrar archivo Open project: tommai78101/Multiplier Class Usage Examples

Public Properties

Property Type Description
elapsedTime float
origin Vector3
owner GameObject
rotationVector Vector3
split GameObject

Public Methods

Method Description
SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
Update ( ) : void

Method Details

SplitGroup() public method

public SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
owner GameObject
split GameObject
return System.Collections.Generic

Update() public method

public Update ( ) : void
return void

Property Details

elapsedTime public_oe property

public float elapsedTime
return float

origin public_oe property

public Vector3 origin
return Vector3

owner public_oe property

public GameObject owner
return GameObject

rotationVector public_oe property

public Vector3 rotationVector
return Vector3

split public_oe property

public GameObject split
return GameObject