Click or drag to resize
TetrapodNamingConventionChain Structure
A structure for describing an arbitrary chain's definition.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct Chain : IPropertyBackingFieldCompatible<TetrapodNamingConventionChain>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<TetrapodNamingConventionChain>

The TetrapodNamingConventionChain type exposes the following members.

Constructors
  NameDescription
Public methodTetrapodNamingConventionChain
Initializes a new instance of the TetrapodNamingConventionChain struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current TetrapodNamingConventionChain.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(TetrapodNamingConventionChain)
Determines whether the specified TetrapodNamingConventionChain is equal to the current TetrapodNamingConventionChain.
Public methodGetHashCode
Serves as a hash function for a TetrapodNamingConventionChain object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
Properties
  NameDescription
Public propertyBaseBodyName
Gets the base name of the bodies in the chain.
Public propertyBodySideAffix
Gets the body side affix.
Top
See Also