C# Class SinglePlayer.SplitGroup

Show file 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 property

public float elapsedTime
return float

origin public property

public Vector3 origin
return Vector3

owner public property

public GameObject owner
return GameObject

rotationVector public property

public Vector3 rotationVector
return Vector3

split public property

public GameObject split
return GameObject