C# Class GameEntities.Tank.Track

Show file Open project: DarrenHassan/GDM4242-GroupD

Public Properties

Property Type Description
clonedMaterialForFixedPipeline GameCommon.ShaderBaseMaterial
materialScrollValue Vec2
meshSubObject MeshObject.SubObject
onGround bool
server_sentSpeed float
speed float
trackHelpers List

Property Details

clonedMaterialForFixedPipeline public property

public ShaderBaseMaterial,GameCommon clonedMaterialForFixedPipeline
return GameCommon.ShaderBaseMaterial

materialScrollValue public property

public Vec2 materialScrollValue
return Vec2

meshSubObject public property

public MeshObject.SubObject meshSubObject
return MeshObject.SubObject

onGround public property

public bool onGround
return bool

server_sentSpeed public property

public float server_sentSpeed
return float

speed public property

public float speed
return float

trackHelpers public property

public List trackHelpers
return List