C# Class CSGPrimitives, csg-toolkit

Datei anzeigen Open project: dlannan/csg-toolkit Class Usage Examples

Public Methods

Method Description
CreateCone ( int hashid ) : GameObject
CreateCube ( int hashid ) : GameObject
CreatePlane ( int hashid ) : GameObject
CreateSphere ( int hashid ) : GameObject
CreateTorus ( int hashid ) : GameObject
CreateTube ( int hashid ) : GameObject
MakeGameObject ( int hashid ) : GameObject
MakePrimitiveName ( int hashid ) : string

Method Details

CreateCone() public static method

public static CreateCone ( int hashid ) : GameObject
hashid int
return GameObject

CreateCube() public static method

public static CreateCube ( int hashid ) : GameObject
hashid int
return GameObject

CreatePlane() public static method

public static CreatePlane ( int hashid ) : GameObject
hashid int
return GameObject

CreateSphere() public static method

public static CreateSphere ( int hashid ) : GameObject
hashid int
return GameObject

CreateTorus() public static method

public static CreateTorus ( int hashid ) : GameObject
hashid int
return GameObject

CreateTube() public static method

public static CreateTube ( int hashid ) : GameObject
hashid int
return GameObject

MakeGameObject() public static method

public static MakeGameObject ( int hashid ) : GameObject
hashid int
return GameObject

MakePrimitiveName() public static method

public static MakePrimitiveName ( int hashid ) : string
hashid int
return string