C# Class Ship

Inheritance: MonoBehaviour
显示文件 Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Ship ( ) : UnityEngine

Method Details

Ship() public method

public Ship ( ) : UnityEngine
return UnityEngine

Property Details

angle public_oe property

public float angle
return float

centerPart public_oe property

public GameObject centerPart
return GameObject

id public_oe property

public uint id
return uint

initialized public_oe property

public bool initialized
return bool

isMothership public_oe property

public bool isMothership
return bool

mass public_oe property

public float mass
return float

old_angle public_oe property

public float old_angle
return float

old_pos public_oe property

public Vector2 old_pos
return Vector2

owner public_oe property

public string owner
return string

parts public_oe property

public List parts
return List

pos public_oe property

public Vector2 pos
return Vector2

soundsPlayed public_oe property

public uint soundsPlayed
return uint