Method | Description | |
---|---|---|
AddTagPercent ( float n ) : void | ||
AddVisibility ( float n ) : void | ||
GetMotherSeen ( ) : bool | ||
GetShip ( ) : GameObject | ||
GetShipPos ( ) : Vector3 | ||
GetTagPercent ( ) : float | ||
GetTagged ( ) : bool | ||
GetVisibility ( ) : float | ||
SetMotherSeen ( bool b ) : void | ||
SetShip ( GameObject g ) : void | ||
SetTagPercent ( float n ) : void | ||
SetTagged ( bool b ) : void | ||
SetVisibility ( float n ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void |
public static AddTagPercent ( float n ) : void | ||
n | float | |
return | void |
public static AddVisibility ( float n ) : void | ||
n | float | |
return | void |
public static SetMotherSeen ( bool b ) : void | ||
b | bool | |
return | void |
public static SetShip ( GameObject g ) : void | ||
g | GameObject | |
return | void |
public static SetTagPercent ( float n ) : void | ||
n | float | |
return | void |
public static SetVisibility ( float n ) : void | ||
n | float | |
return | void |