Table of Contents

Struct Tentacle.TentacleProps

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct Tentacle.TentacleProps
Inherited Members

Constructors

TentacleProps(bool, bool, bool, float, float, float, float, float, float, float, float, float, int, int, int, int)

public TentacleProps(bool stiff, bool rope, bool shorten, float massDeteriorationPerChunk, float pullAtConnectionChunk, float goalAttractionSpeedTip, float goalAttractionSpeed, float alignToSegmentSpeed, float backtrackSpeed, float chunkVelocityCap, float tileTentacleUpdateSpeed, float tileTentacleSnapWithPathDistance, int segmentPhaseThroughTerrainFrames, int tileTentacleRecordFrames, int maxPullTilesPerTick, int terrainHitsBeforePhase)

Parameters

stiff bool
rope bool
shorten bool
massDeteriorationPerChunk float
pullAtConnectionChunk float
goalAttractionSpeedTip float
goalAttractionSpeed float
alignToSegmentSpeed float
backtrackSpeed float
chunkVelocityCap float
tileTentacleUpdateSpeed float
tileTentacleSnapWithPathDistance float
segmentPhaseThroughTerrainFrames int
tileTentacleRecordFrames int
maxPullTilesPerTick int
terrainHitsBeforePhase int

Fields

alignToSegmentSpeed

public float alignToSegmentSpeed

Field Value

float

backtrackSpeed

public float backtrackSpeed

Field Value

float

chunkVelocityCap

public float chunkVelocityCap

Field Value

float

goalAttractionSpeed

public float goalAttractionSpeed

Field Value

float

goalAttractionSpeedTip

public float goalAttractionSpeedTip

Field Value

float

massDeteriorationPerChunk

public float massDeteriorationPerChunk

Field Value

float

maxPullTilesPerTick

public int maxPullTilesPerTick

Field Value

int

pullAtConnectionChunk

public float pullAtConnectionChunk

Field Value

float

rope

public bool rope

Field Value

bool

segmentPhaseThroughTerrainFrames

public int segmentPhaseThroughTerrainFrames

Field Value

int

shorten

public bool shorten

Field Value

bool

stiff

public bool stiff

Field Value

bool

terrainHitsBeforePhase

public int terrainHitsBeforePhase

Field Value

int

tileTentacleRecordFrames

public int tileTentacleRecordFrames

Field Value

int

tileTentacleSnapWithPathDistance

public float tileTentacleSnapWithPathDistance

Field Value

float

tileTentacleUpdateSpeed

public float tileTentacleUpdateSpeed

Field Value

float