C# Class PingPong, Poker

Inheritance: Filter
ファイルを表示 Open project: BernhardGlueck/Poker Class Usage Examples

Public Properties

Property Type Description
lerpTime float
posMax Vector3
posMin Vector3

Public Methods

Method Description
OnEnable ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lerpTime public_oe property

public float lerpTime
return float

posMax public_oe property

public Vector3 posMax
return Vector3

posMin public_oe property

public Vector3 posMin
return Vector3