mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Document pathToAnimController more
This commit is contained in:
parent
d7f0fd493f
commit
a16c479728
@ -28,6 +28,10 @@ namespace NewHorizons.External.Modules.Props.Dialogue
|
|||||||
/// If it's a Recorder this will also delete the existing dialogue already attached to that prop.
|
/// If it's a Recorder this will also delete the existing dialogue already attached to that prop.
|
||||||
///
|
///
|
||||||
/// If none of those components are present it will add a FacePlayerWhenTalking component.
|
/// If none of those components are present it will add a FacePlayerWhenTalking component.
|
||||||
|
///
|
||||||
|
/// `pathToAnimController` also makes the dialogue into a child of the anim controller. This can be used with `isRelativeToParent`
|
||||||
|
/// to position the dialogue on relative to the speaker. If you also provide `parentPath`, that will instead override which object
|
||||||
|
/// is the parent, but the anim controller will otherwise function as expected.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string pathToAnimController;
|
public string pathToAnimController;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user