C# Class SinglePlayer.SplitGroup

Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
elapsedTime float
origin Vector3
owner GameObject
rotationVector Vector3
split GameObject

Méthodes publiques

Méthode Description
SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
Update ( ) : void

Method Details

SplitGroup() public méthode

public SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
owner GameObject
split GameObject
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

elapsedTime public_oe property

public float elapsedTime
Résultat float

origin public_oe property

public Vector3 origin
Résultat Vector3

owner public_oe property

public GameObject owner
Résultat GameObject

rotationVector public_oe property

public Vector3 rotationVector
Résultat Vector3

split public_oe property

public GameObject split
Résultat GameObject