C# Class Ship

Inheritance: MonoBehaviour
Show file 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 property

public float angle
return float

centerPart public property

public GameObject centerPart
return GameObject

id public property

public uint id
return uint

initialized public property

public bool initialized
return bool

isMothership public property

public bool isMothership
return bool

mass public property

public float mass
return float

old_angle public property

public float old_angle
return float

old_pos public property

public Vector2 old_pos
return Vector2

owner public property

public string owner
return string

parts public property

public List parts
return List

pos public property

public Vector2 pos
return Vector2

soundsPlayed public property

public uint soundsPlayed
return uint