C# Class RA.RA_Motes

Mostra file Open project: RWA-Team/RimworldAscension

Public Methods

Method Description
ThrowSmoke ( Vector3 loc, float size, string moteDefName ) : void
ThrowSmokeBlack ( Vector3 loc, float size ) : void
ThrowSmokeBlack_Signal ( Vector3 loc, float size ) : void
ThrowSmokeTrail ( Vector3 loc, float size ) : void
ThrowSmokeWhite ( Vector3 loc, float size ) : void

Method Details

ThrowSmoke() public static method

public static ThrowSmoke ( Vector3 loc, float size, string moteDefName ) : void
loc UnityEngine.Vector3
size float
moteDefName string
return void

ThrowSmokeBlack() public static method

public static ThrowSmokeBlack ( Vector3 loc, float size ) : void
loc UnityEngine.Vector3
size float
return void

ThrowSmokeBlack_Signal() public static method

public static ThrowSmokeBlack_Signal ( Vector3 loc, float size ) : void
loc UnityEngine.Vector3
size float
return void

ThrowSmokeTrail() public static method

public static ThrowSmokeTrail ( Vector3 loc, float size ) : void
loc Vector3
size float
return void

ThrowSmokeWhite() public static method

public static ThrowSmokeWhite ( Vector3 loc, float size ) : void
loc Vector3
size float
return void