C# Class CollisionSphere, SuperCharacterController

Exibir arquivo Open project: IronWarrior/SuperCharacterController Class Usage Examples

Public Properties

Property Type Description
isFeet bool
isHead bool
offset float

Public Methods

Method Description
CollisionSphere ( float offset, bool isFeet, bool isHead ) : System

Method Details

CollisionSphere() public method

public CollisionSphere ( float offset, bool isFeet, bool isHead ) : System
offset float
isFeet bool
isHead bool
return System

Property Details

isFeet public_oe property

public bool isFeet
return bool

isHead public_oe property

public bool isHead
return bool

offset public_oe property

public float offset
return float