C# Class Ship

Inheritance: MonoBehaviour
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
angle float
centerPart GameObject
id uint
initialized bool
isMothership bool
mass float
old_angle float
old_pos Vector2
owner string
parts List
pos Vector2
soundsPlayed uint

Méthodes publiques

Méthode Description
Ship ( ) : UnityEngine

Method Details

Ship() public méthode

public Ship ( ) : UnityEngine
Résultat UnityEngine

Property Details

angle public_oe property

public float angle
Résultat float

centerPart public_oe property

public GameObject centerPart
Résultat GameObject

id public_oe property

public uint id
Résultat uint

initialized public_oe property

public bool initialized
Résultat bool

isMothership public_oe property

public bool isMothership
Résultat bool

mass public_oe property

public float mass
Résultat float

old_angle public_oe property

public float old_angle
Résultat float

old_pos public_oe property

public Vector2 old_pos
Résultat Vector2

owner public_oe property

public string owner
Résultat string

parts public_oe property

public List parts
Résultat List

pos public_oe property

public Vector2 pos
Résultat Vector2

soundsPlayed public_oe property

public uint soundsPlayed
Résultat uint