Click or drag to resize
TetrapodNamingConvention Class
A custom asset type to specify the formula for locating parts on a tetrapod character by name.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      CandlelightTetrapodNamingConvention

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class TetrapodNamingConvention : ScriptableObject

The TetrapodNamingConvention type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateInstance(Transform, Boolean)
Create an instance by attempting to automatically detect the naming convention in a character hierarchy.
Public methodStatic memberCreateInstance(TetrapodNamingConventionStandard, String)
Creates a new instance of the TetrapodNamingConvention class.
Public methodGetArbitraryChainDefinitions
Gets the base names and types of arbitrary chains.
Public methodStatic memberGetCharacterNamePrefix
Gets the character name prefix.
Public methodGetExpectedArbitraryChainBodyNames
Gets the expected names of bodies in arbitrary chains.
Public methodGetExpectedNameFormula
Gets the expected name formula.
Public methodSetArbitraryChainDefinitions
Sets the base body names and type definitions for the arbitrary chains.
Public methodSetExpectedNameFormula
Sets the expected name formula.
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
Properties
  NameDescription
Public propertyCenterAffix
Gets or sets the prefix or suffix for parts in the center.
Public propertyCharacterNameAffix
Gets or sets the prefix or suffix for all parts in the hierarchy.
Public propertyDistalForelimb
Gets or sets the base name of the distal forelimb.
Public propertyDistalHindlimb
Gets or sets the base name of the distal hindlimb.
Public propertyExpectedHeadName
Gets the expected name of the head, given the current naming formula.
Public propertyExpectedLeftDistalForelimbName
Gets the expected name of the left distal forelimb, given the current naming formula.
Public propertyExpectedLeftDistalHindlimbName
Gets the expected name of the left distal hindlimb, given the current naming formula.
Public propertyExpectedLeftManualPhalanxName
Gets the expected name of the left manual phalanx, given the current naming formula.
Public propertyExpectedLeftManusName
Gets the expected name of the left manus, given the current naming formula.
Public propertyExpectedLeftPedalPhalanxName
Gets the expected name of the left pedal phalanx, given the current naming formula.
Public propertyExpectedLeftPesName
Gets the expected name of the left pes, given the current naming formula.
Public propertyExpectedLeftProximalForelimbName
Gets the expected name of the left proximal forelimb, given the current naming formula.
Public propertyExpectedLeftProximalHindlimbName
Gets the expected name of the left proximal hindlimb, given the current naming formula.
Public propertyExpectedLeftShoulderName
Gets the expected name of the left shoulder, given the current naming formula.
Public propertyExpectedNeckName
Gets the expected name of the neck, given the current naming formula.
Public propertyExpectedPelvisName
Gets the expected name of the pelvis, given the current naming formula.
Public propertyExpectedRightDistalForelimbName
Gets the expected name of the right distal forelimb, given the current naming formula.
Public propertyExpectedRightDistalHindlimbName
Gets the expected name of the right distal hindlimb, given the current naming formula.
Public propertyExpectedRightManualPhalanxName
Gets the expected name of the right manual phalanx, given the current naming formula.
Public propertyExpectedRightManusName
Gets the expected name of the right manus, given the current naming formula.
Public propertyExpectedRightPedalPhalanxName
Gets the expected name of the right pedal phalanx, given the current naming formula.
Public propertyExpectedRightPesName
Gets the expected name of the right pes, given the current naming formula.
Public propertyExpectedRightProximalForelimbName
Gets the expected name of the right proximal forelimb, given the current naming formula.
Public propertyExpectedRightProximalHindlimbName
Gets the expected name of the right proximal hindlimb, given the current naming formula.
Public propertyExpectedRightShoulderName
Gets the expected name of the right shoulder, given the current naming formula.
Public propertyExpectedSpineName
Gets the expected name of the spine, given the current naming formula.
Public propertyHead
Gets or sets the base name of the head.
Public propertyLeftAffix
Gets or sets the prefix or suffix for parts on the left side of the body.
Public propertyManualPhalanx
Gets or sets the base name of the manual phalanx.
Public propertyManus
Gets or sets the base name of the manus.
Public propertyNeck
Gets or sets the base name of the neck.
Public propertyPedalPhalanx
Gets or sets the base name of the pedal phalanx.
Public propertyPelvis
Gets or sets the base name of the pelvis.
Public propertyPes
Gets or sets the base name of the pes.
Public propertyProximalForelimb
Gets or sets the base name of the proximal forelimb.
Public propertyProximalHindlimb
Gets or sets the base name of the proximal hindlimb.
Public propertyRightAffix
Gets or sets the prefix or suffix for parts on the right side of the body.
Public propertyShoulder
Gets or sets the base name of the shoulder.
Public propertySpine
Gets or sets the base name of the spine.
Top
See Also