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 |
public static CreateCone ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static CreateCube ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static CreatePlane ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static CreateSphere ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static CreateTorus ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static CreateTube ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static MakeGameObject ( int hashid ) : GameObject | ||
hashid | int | |
return | GameObject |
public static MakePrimitiveName ( int hashid ) : string | ||
hashid | int | |
return | string |